Data Integration and ESB Task Deployer

SubscriptionThis content is available for Talend Academy subscription users. Open implementation accelerators - EN

 

As part of a CI/CD process with a Talend-based solution, you may need to create Data Integration and ESB tasks in Talend Administrator Center, based on the artifacts published to Nexus from Talend Studio. Talend provides the MetaServlet API as an endpoint to do this programmatically.

 

This document introduces a Groovy script that can save you time and reduce risk. This script takes a JSON configuration file describing a set of Data Integration and ESB tasks and calls the MetaServlet API to deploy these to Talend Administration Center. You can run the script manually or integrate it into a continuous delivery process, using Jenkins or similar tools.

 

Prerequisites:

 

Talend Academy training:

  • Talend Data Integration v7 Certified Administrator or Talend Data Integration v7 Certified Developer

 

Knowledge of the following:

  • Java and Groovy

  • CI/CD sufficient to write steps in your own CI/CD pipeline